home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Two strange C problems.
- Date: Tue, 09 Jan 96 20:43:28 GMT
- Organization: none
- Message-ID: <821220208snz@genesis.demon.co.uk>
- References: <DKuJHw.Dsu@rci.ripco.com>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <DKuJHw.Dsu@rci.ripco.com> mambuhl@ripco.com "Martin Ambuhl" writes:
-
- >#define remove(y) /* note: remove is a reserved
- > * identifier (see stdio) */
-
- My stdio.h happens to contain the line:
-
- #define remove(name) (__unlink(name))
-
- It is a good idea to #undef standard identifiers before trying to
- redefine them! :-)
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-